FlexPivot for WPF | ComponentOne
C1.DataEngine Assembly / C1.DataEngine Namespace / ObjectConnector<T> Class / ObjectConnector<T> Constructor
Workspace to use the connector in.
Collection to import data from.

In This Topic
    ObjectConnector<T> Constructor
    In This Topic
    Initializes a new instance of the ObjectConnector class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal workspace As Workspace, _
       ByVal data As IEnumerable(Of T) _
    )
    public ObjectConnector<T>( 
       Workspace workspace,
       IEnumerable<T> data
    )

    Parameters

    workspace
    Workspace to use the connector in.
    data
    Collection to import data from.
    See Also